home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6166 < prev    next >
Encoding:
Text File  |  1996-08-05  |  600 b   |  21 lines

  1. Path: ix.netcom.com!netnews
  2. From: Manuel Hernandez <ManuelHe@ix.netcom.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: The Ampersand *&* suffix.
  5. Date: 10 Feb 1996 20:39:14 GMT
  6. Organization: Netcom
  7. Message-ID: <4fivpi$q4b@reader2.ix.netcom.com>
  8. NNTP-Posting-Host: irv-ca7-19.ix.netcom.com
  9. X-NETCOM-Date: Sat Feb 10 12:39:15 PM PST 1996
  10.  
  11. What is the ampersand suffix and where is it used.
  12.  
  13. My texts don't seem to cover it. I suspect that it actually a 
  14. pointer operator that is spaced away from the pointer and placed
  15. next to the data type declaration. Here is an example of what I
  16. have seen.
  17.  
  18. struct People
  19.  
  20.  
  21.